Click or drag to resize

TaskDelegationState Enumeration

Represents the status types of a delegated task.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum TaskDelegationState
Members
  Member nameValueDescription
NoMatch0 Specifies that this is not a delegated task or that the task request has been created but not sent. This is also used for a task request message, whether in the owner’s Sent Items folder or the delegate’s Inbox.
OwnNew1 Specifies that this is a new task request that has been sent, but the delegate has not yet responded to the task.
Owned2 Specifies that a task has been accepted. This value should not be in the enumeration.
Accepted3 Specifies that the task has been accepted.
Declined4 Specifies that the task has been declined.
None5 None.
See Also